[BETA] Get Collections
Retrieves a list of collections.
GET
/
public
/
v1
/
assets
/
collections
Query Parameters
vendor_id
string
Vendor ID.
next_page
string
A token provided in a previous response. If not empty, it is used to retrieve the page that follows.
limit
integer
default: 50The maximum number of items to return per page.
Response
200 - application/json
collections
object[]
requiredAn array of collections.
hasMore
boolean
requiredWhether this is the last page of results or not.
nextPage
string
A token to retrieve the next page of results.